/*************************************************************************/
/*																		                                   */
/*							    RESPONSIVE    							                         */
/*																		                                   */
/*************************************************************************/
@media only screen and (min-device-width : 300px) and (max-device-width : 1024px)
{
	.noneResponsive {
		display: none !important;
	}
	.content {
		width: 100%;
		padding: 0 30px;
	}
	.disclaimer {
		display: none;
	}
	canvas#canvas {
		display: none;
	}
	#container {
		width: 100%;
		margin: 0;
	}
	ul#menu {
		width: 100%;
	}
	.header {
		height: 50px;
		border-bottom: none;
		background: #fff;
	}
	.pContentHeader {
		width: 100%;
	}
	.contentHeader {
		display: none;
	}
	.contentFooter {
		text-align: center;
		width: 100%;
	}
	.rightmenuTop {
    	display: none;
	}
	.rechercher {
		margin: 0 auto;
    	position: absolute;
    	top: -120px;
    	right: 18px;
	}
	input[name="q"] {
		border-bottom: solid 2px rgba(12, 38, 76, 0.86);
		color: rgba(12, 38, 76, 0.86);
	}
	input[name="q"]::-webkit-input-placeholder {
		color:rgba(12, 38, 76, 1);
		opacity: 0.3;
	}
	input[name="q"]:-moz-placeholder {
		color:rgba(12, 38, 76, 1);
		opacity: 0.3;
	}
	input[name="q"]::-moz-placeholder {
		color:rgba(12, 38, 76, 1);
		opacity: 0.3;
	}
	input[name="q"]::-moz-placeholder {
		color:rgba(12, 38, 76, 1);
		opacity: 0.3;
	}
	input#loupe {
		background-image: url(imgindex/loupe-opaque.png)
	}
	ul.menuTop {
		display: none;
	}
	ul.menuTopBot {
		margin: 10px 0 10px 0;
		position: initial;
	}
	ul.menuTopBot li  a {
		font-size: 14px;
	}
	.metiers {
		display: none;
	}
	.metiers-responsive {
		margin: 0 0 50px 0;
		display: block;
		text-align: center;
	}
  .metiers-responsive ul {
    list-style: none;
    padding: 0;
  }
	.metiers-responsive ul li {
		position: relative;
	}
	.metiers-responsive ul li span {
		font-weight: bold;
		font-size: 22px;
		text-shadow: 1px 1px #000;
		position: absolute;
    	margin: auto;
    	left: 0;
    	top: 50%;
    	color: #fff;
    	right: 0;
    	bottom: 0;
    	transform: translateY(-50%);
    	height: 30px;
    	width: 300px;
	}
	.metiers-responsive a.logohome img {
		width: 50%;
	}
	.metiers-responsive img {
		width: 80%;
		padding: 5px 0;
	}
	#thumb1, #thumb2, #thumb3 {
		float: none;
		padding: 0;
	}
	.showcase {
		touch-action: manipulation;
		text-align: center;
	}
	.showcase a p {
    	bottom: 0;
    	line-height: 20px;
    	display: block;
    	width: 245px;
    	cursor: pointer;
    	-webkit-transition: all 0.5s ease-out;
    	-moz-transition: all 0.5s ease-out;
    	-o-transition: all 0.5s ease-out;
    	transition: all 0.5s ease-out;
    	border-top: solid 2px #fff;
    	margin: 0 15px;
	}
	.showcase a h3 {
		font-size: 16px;
		text-transform: uppercase;
		color: #fff;
		width: 211px;
		padding: 8px 10px;
		position: absolute;
		left:10px;
		bottom:125px;
	}
	.owl-nav {
		display: none;
	}
	.contentMenu {
		display: none;
	}
	.nav-side-menu {
	  display: block;
	  overflow: auto;
	  font-size: 12px;
	  font-weight: 400;
	  background-color: #fff;
	  position: fixed;
	  top: 0px;
	  width: 300px;
	  color: rgba(12, 38, 76, 0.86);
	}
	.nav-side-menu .brand {
	  background-color: #fff;
	  line-height: 50px;
	  display: block;
	  text-align: center;
	  font-size: 20px;
	  border-bottom: solid 2px rgba(12, 38, 76, 0.86);
	  height: 50px;
	}
	.nav-side-menu .brand img {
		height: 40px;
		padding-top: 15px;
	}
	.nav-side-menu .toggle-btn {
	  display: none;
	}
	.nav-side-menu ul,
	.nav-side-menu li {
	  list-style: none;
	  padding: 0px;
	  margin: 0px;
	  line-height: 45px;
	  cursor: pointer;
	  /*
	    .collapsed{
	       .arrow:before{
	                 font-family: FontAwesome;
	                 content: "\f053";
	                 display: inline-block;
	                 padding-left:10px;
	                 padding-right: 10px;
	                 vertical-align: middle;
	                 float:right;
	            }
	     }
	*/
	}
	.nav-side-menu ul :not(collapsed) .arrow:before,
	.nav-side-menu li :not(collapsed) .arrow:before {
	  font-family: FontAwesome;
	  content: "\f078";
	  display: inline-block;
	  padding-left: 10px;
	  padding-right: 10px;
	  vertical-align: middle;
	  float: right;
	}
	.nav-side-menu ul .active,
	.nav-side-menu li .active {
	  border-left: 3px solid rgba(12, 38, 76, 0.86);
	  background-color: rgba(230, 230, 230, 0.58);
	}
	.nav-side-menu ul .sub-menu li.active,
	.nav-side-menu li .sub-menu li.active {
	  color: #d19b3d;
	}
	.nav-side-menu ul .sub-menu li.active a,
	.nav-side-menu li .sub-menu li.active a {
	  color: #d19b3d;
	}
	.nav-side-menu ul .sub-menu li,
	.nav-side-menu li .sub-menu li {
	  background-color: #fff;
	  border: none;
	  line-height: 28px;
	  border-bottom: 1px solid rgba(12, 38, 76, 0.86);
	  margin-left: 0px;
	}
	.nav-side-menu ul .sub-menu li:hover,
	.nav-side-menu li .sub-menu li:hover {
	  background-color: #fff;
	}
	.nav-side-menu ul .sub-menu li:before,
	.nav-side-menu li .sub-menu li:before {
	  font-family: FontAwesome;
	  content: "\f105";
	  display: inline-block;
	  padding-left: 10px;
	  padding-right: 10px;
	  vertical-align: middle;
	}
	.nav-side-menu li {
	  padding-left: 0px;
	  border-left: 3px solid rgba(12, 38, 76, 0.86);
	  border-bottom: 1px solid rgba(12, 38, 76, 0.86);
	}
	.nav-side-menu li a {
	  text-decoration: none;
	  color: rgba(12, 38, 76, 0.86);
    font-size: 12px;
	}
	.nav-side-menu li a i {
	  padding-left: 10px;
	  width: 20px;
	  padding-right: 20px;
	}
	.nav-side-menu li:hover {
	  border-left: 3px solid rgba(12, 38, 76, 0.86);
	  background-color: rgba(230, 230, 230, 0.58);
	  -webkit-transition: all 1s ease;
	  -moz-transition: all 1s ease;
	  -o-transition: all 1s ease;
	  -ms-transition: all 1s ease;
	  transition: all 1s ease;
	}
	.footerTop {
		display: none;
	}
	.photoFooter {
		display: none;
	}
	.modifFooter {
		display: none;
	}
	.icon-Contact {
		position: absolute;
    	top: 0;
    	right: 55px;
	}
	.icon-Contact i {
		padding: 0 4px;
		color: rgba(12, 38, 76, 0.86);
	}
	.rechercherMobile {
		padding: 10px 0;
		display: block;
		text-align: center;
	}
	.rechercherMobile input[name="q"] {
		width: 240px;
	}
}
@media (max-width: 1024px) {
  .nav-side-menu {
    position: absolute;
    width: 100%;
    margin-bottom: 10px;
    z-index: 999999999;
  }
  .nav-side-menu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
  .brand {
    text-align: left !important;
    font-size: 22px;
    padding-left: 20px;
    line-height: 50px !important;
  }
  .footerMid {
  	border-top: 2px solid rgba(12, 38, 76, 0.86);
  }
  .footerMid ul.produits {
  	display: none;
  }
  .footerMid .contact ul:nth-child(2) {
  	display: none;
  }
  .footerMid ul.linkUtiles {
  	width: 100%;
  }
  .footerMid .contactFooter {
  	display: none;
  }
  .virguleFooter {
  	padding: 5px 0;
  	width: 50%;
  	order: 2;
  	float: none;
  }
  .txtFooter {
  	order: 1;
  	float: none;
  	width: 100%;
  }
  .isoFooter {
  	padding: 5px 0;
  	width: 50%;
  	order: 3;
  	float: none;
  }
  .contentFooterFlex {
  	display: flex;
  	flex-wrap: wrap;
  }
  /***************************************************/
  /*******************Contact*************************/
  /***************************************************/
  .formContact input, .formContact textarea {
  	width: 70%;
  	margin: 7px auto;
  }
  .formContact input[type="submit"] {
  	padding:0;
  }
  .contact h3 {
  	text-align: center;
  }
  .formContact {
  	width: 100%;
  	float: none;
  	padding: 0;

  }
  .formContact form {
  	text-align: center;
  }
  .formContact:after {
  	display: none;
  }
  .infosContact {
  	width: 100%;
  	float: none;
  	margin: 0 auto;
  	text-align: center;
  }
  .sav .fieldColumn {
  	column-count: initial;
  	column-gap: initial;
  }
  .sav .fieldColumn fieldset {
  	height: auto;
  	width: 100%;
  }
  /***************************************************/
  /*******************Commande************************/
  /***************************************************/
  .commander .dlCommande {
  	width: auto;
  }
  .commander .explCommande {
  	width: auto;
  	padding-left: 0;
  }
  .commander .expand {
  	display: none;
  }
  .commander .toggler span {
  	font-size: 1em;
  	text-decoration: underline;
  }
  /***************************************************/
  /*******************TEMPLATE PROD*******************/
  /***************************************************/
  .sousMenu {
  	width: 100%;
  }
  .filariane {
  	font-size: 0.9em;
  	width: 100%;
  	float: none;
  	padding-left: 15px;
  }
  .autreProds {
  	display: none;
  	font-size: 0.85em;
    float: right;
    padding: 0 50px 0 0;
    margin-bottom: 15px;
  }
  .autreProds ul li a {
  	color: #777676;
  	line-height: 20px;
  }
  .sliderPics {
  	padding: 0 20px;
  	width: 100%;
  	float: none;
  }
  .sliderPics .navSlide {
  	display: none;
  }
  .sliderPics #slider {
  	display: none;
  }
  .sliderPics #pager {
  	display: none;
  }
  p.smallDescr {
  	position: relative;
    width: 100%;
    margin: 20px auto 30px auto;
    min-height: 50px;
  }
  a#sliderNext {
  	right: 30px;
  }
  a.navSlide {
  	top: 55%;
  }
  .infosProd {
  	width: 100%;
  	float: none;
  	text-align: center;
  }
  .infosProd h1 {
  	text-align: center;
  }
  .infosProd img {
  	text-align: center;
  }
  .infosProd h2 {
  	display: none;
  }
  .infosProd span.sousProd {
  	display: none;
  }
  .infosProd .infosProdPrix {
  	padding: 20px 0;
    min-height: auto;
  }
  .zoneAtex {
    float: none;
    margin: 0 auto;
    text-align: center;
  }
  table.normesTemplate {
    float: none;
    margin: 0 auto;
  }
  .infosProd .prixProdTTC {
  	font-size: 1.3em;
  }
  ul.slideProdMobile {
  	display: block !important;
    list-style: none;
    touch-action: manipulation;
    padding: 0;
    margin: 0 auto;
  }
  ul.slideProdMobile img {
    float: none;
    max-height: 250px;
    width: auto !important;
    max-width: 270px;
  }
  div.tab button {
  	width: 50%;
  	height: 70px;
  	border: 1px solid #d8d8d8;
  }
  .modal_close {
  	top: -25px!important;
    left: 0!important;
  }
  .modal_box {
  	left: 5px!important;
    right: 5px!important;
    width: auto!important;
  }
  .tabcontentAcc .typePrix {
    right: 30px;
    top: 105px;
  }
  .accessoiresTemplate th.prixHTAcc, .accessoiresTemplate th.prixTTCAcc {
  	width: 15%;
  }
  .accessoiresTemplate th.prixDbl {
  	width: 25%;
  	font-size: 0.85em;
  }
  .accessoiresTemplate td.descAccprixDbl {
  	width: 50%;
    padding-left: 15px;
  }
  .accessoiresTemplate span.NomAcc {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .tabContentAcc .typePrixHT {
  	right: 67px;
    top: 60px;
  }
  img#banniere {
    width: 100%;
    height: auto;
  }
  .infosProd img.logoMarque {
  	margin: 0 0 20px 0;
  }
  ul.slideProdMobile .owl-stage-outer {
  	height: 30	0px !important;
  	width: 100%;
  }
  ul.slideProdMobile .owl-item img {
  	margin: 0 auto;
  }
  img.imgResp {
  	max-width: 100%;
    display: block;
    height: auto;
  }
  .infosProd a.button {
  	width: 300px;
  	padding: 0;
  }
  .infosProd a.button span {
  	float: none;
  }
  .filariane {
  	display: none;
  }
  .smallDescr::before {
  	display: none;
  }
  button.decouvrir {
  	display: block;
  	transform: rotate(-90deg);
    position: absolute;
    right: -27px;
    width: 80px;
    height: 25px;
    font-size: 0.85em;
    border:none;
    background: #7b0e0e;
    color: #fff;
    font-weight: 600;
    border-radius: 3px;
    top: 19%;
  }

	div.align-left-10 {
    width: 100%;
    float:none;
  }
	div.align-right-90 {
    width: 100%;
    float:none;
  }

	div.align-left-20 {
    width: 100%;
    float:none;
  }
  	div.align-right-80 {
    width: 100%;
    float:none;
  }

 	div.align-left-30 {
    width: 100%;
    float:none;
  }
  	div.align-right-70 {
    width: 100%;
    float:none;
  }

 	div.align-left-40 {
    width: 100%;
    float:none;
  }
  	div.align-right-60 {
    width: 100%;
    float:none;
  }

  	div.align-right-50 {
    width: 100%;
    float: none;
    margin: 30px 0 0 0;
  }
  div.align-left-50 {
    width: 100%;
    float: none;
    margin: 0 0 30px 0;
  }

  div.align-left-50 img {
    width: 100%;
  }

 	div.align-left-60 {
    width: 100%;
    float:none;
  }
  	div.align-right-40 {
    width: 100%;
    float:none;
  }

  	div.align-left-70 {
    width: 100%;
    float:none;
  }
  	div.align-right-30 {
    width: 100%;
    float:none;
  }

 	div.align-left-80 {
    width: 100%;
    float:none;
  }
  	div.align-right-20 {
    width: 100%;
    float:none;
  }

 	div.align-left-90 {
    width: 100%;
    float:none;
  }

  div.align-center {
    width: 100%;
  }

  div.align-center img, img.align-center {
    height: auto;
  }

  div.align-right-10 {
    width: 100%;
    float:none;
  }
	.contentTab img {
		height: auto;
		margin: 0 auto;
	}
  .contentTab .middle {
    width: 100%;
  }
  .smallDescr {
    width: auto;
    margin: 20px 0;
  }
  .liensProd {
    width: 100%;
    float: none;
  }
  .infosProd .prixHT {
    left: 30%;
    right: 0;
  }
  .liensProd table.normesTemplate {
    margin: 0 auto;
  }
	.containerProd {
		padding-left: 20px;
	}
	/******************************************************/
	/*****************     FILTRES      *******************/
	/******************************************************/
	.gammes h2 {
		margin: 0;
	}
	.bottomGPS {
		display: none;
	}
	.headerGPS {
		overflow: visible;
		margin: 0;
	}
	.imageGPS {
		width: auto;
		float: none;
		margin: 0 -30px;
		display: none;
	}
	.imageGPS img {
	}
	.descrGPS {
		float: none;
		width: 100%;
		margin-top: 0;
	}
	.gammes h2:before , .gammes h2:after {
		width: 25%;
	}
	.gammes h2:before {
		left: -15px;
	}
	.gammes h2:after {
		right: -15px;
	}
	html.templateMetiers .caracProds .caracProduit {
		width: 100%;
	}
	html.templateMetiers .caracProds .caracProduit button.btnCarac {
		width: 100%;
		height: 45px;
		border: none;
		border-top: solid 1px #b9b9b9;
	}
	html.templateMetiers .caracProds #tri:first-child .caracProduit:first-child button {
		border-top: none;
	}
	html.templateMetiers .caracProds #tri div:nth-last-child(2) {
		border-bottom: solid 1px #b9b9b9;
	}
	html.templateMetiers .caracProds {
		width: auto;
		padding: 0;
		margin: 0 -30px;
	}
	html.templateMetiers .caracProds .caracProduit > div {
		position: relative;
		width: 100%;
		border: none;
	}
	html.templateMetiers #results {
		display: block;
	}
	html.templateMetiers .rowProds {
		display: flex;
		flex-wrap: wrap;
		padding: 0;
	}
	html.templateMetiers .rowProds::after {
		display: none;
	}
	html.templateMetiers .rowProds .unProd {
		display: block;
		margin: 0 auto;
		padding: 20px 0;
		text-align: center;
		min-height: 230px;
		width: 50%;
		min-width: 0;
	}
	html.templateMetiers .rowProds .unProd .txtProd a, html.templateMetiers .rowProds .unProd .txtProd {
		text-align: center;
	}
	html.templateMetiers {
		height: 100%;
	}
	.txtProd span.nomProd, .txtProd span {
		font-size: 14px;
	}
	.slider.slider-horizontal {
		width: 200px !important;
	}
	#screenSize {
		width: 50%;
	}
	ul.listGPSLeft {
		padding: 0 0 0 0;
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	ul.listGPSRight {
		padding: 0 0 0 0;
		float: none;
		width: 60%;
		margin: 0 auto;
	}
	ul.listGPSLeft li, ul.listGPSRight li {
		margin: 5px 0;
	}
	ul.listGPSLeft li a, ul.listGPSRight li a {
	}
	ul.listGPSLeft li a:after, ul.listGPSRight li a:after {
		height: 100%;
		display: table-row;
	}
	ul.listGPSLeft li .text-listGPS, ul.listGPSRight li .text-listGPS {
		font-size: 17px;
	}
	ul.listGPSLeft li a img, ul.listGPSRight li a img {
	  width: 100%;
		height: auto;
		display: block;
	}
	.prixTemplate {
		bottom: 0;
	}
	.listGPSMobile {
	  display: block;
	}

}
@media (min-width: 1025px) {
  .nav-side-menu .menu-list .menu-content {
    display: block;
  }
}
@media (max-width: 320px)
{
	html.templateMetiers .rowProds .unProd img:not(.atexIcon) {
		max-width: 80px;
		max-height: 80px;
		height: auto;
		margin-bottom: 10px;
	}
	#pagin li a {
		height: 25px;
		width: 25px;
		margin: 0 3px;
		padding: 3px;
	}
}
